home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Commodities / ClickDepth / ClickDepth.doc < prev    next >
Text File  |  1996-09-26  |  3KB  |  68 lines

  1.                 ClickDepth V1.0
  2.              by Anders Hammarquist
  3.  
  4. This is FREEWARE, You may copy this program freely as long as you don't
  5. make a profit by doing so. A nominal copying charge is premissible.
  6.  
  7. ClickDepth is a little commodity (2k) that allows you to depth-arrange
  8. windows using the mouse and (opional) qualifiers. Use the left button,
  9. along with whatever qualifiers you've selected to move a window up front,
  10. and the right button to move it to the back. You may choose how many
  11. clicks are required to move a window and whether a window moved up front
  12. is to be activated or not.
  13.  
  14. ClickDepth accepts the following arguments, entered on the command line
  15. from the CLI and in the ToolType field of the icon if ran from the
  16. Workbench.
  17.  
  18. QUALIFIERS=
  19.  
  20.     Tells ClickDepth what qualifiers you wish to use for depth-arranging.
  21.     This is a normal Commodities-type event-matching string, except that
  22.     only the qualifiers are considered. For example the string
  23.     'lcommand lalt f1' would be valid, except that the f1 would be ignored.
  24.     The qualifiers 'rbutton' and 'leftbutton' are always ignored (for
  25.     obvious reasons I hope). Those of you with a three-button mouse might
  26.     want to make this 'midbutton' to use the middle mouse button as a
  27.     qualifier. Also, although possible, it would not be wise to make this
  28.     an empty string, at least not with NUMCLICKS (see below) less that
  29.     three, as that would result in the commodity stealing relevant mouse
  30.     clicks from Intuition. Should you do it, you will be required to hold
  31.     down some qualifier for Intuition to register the click. The default is
  32.     'control'.
  33.  
  34. NUMCLICKS=
  35.  
  36.     Tells ClickDepth how many clicks (within the double-click interval set
  37.     by Input preferences) before it is to perform its action. The click
  38.     that actually moves the window is stolen. Default is 1.
  39.  
  40. ACTIVATE
  41.  
  42.     If present, ClickDepth will also activate a window that you click to
  43.     the front. There really isn't much need for this option if you set
  44.     NUMCLICKS greater than 1, as the first click in the window would
  45.     activate it in that case.
  46.  
  47. CX_PRIORITY=
  48.  
  49.     Sets the priority of TitleClock's commodity broker. Default is 0.
  50.  
  51. If you put TitleClock in your WBStartup drawer, Workbench likes to see
  52. a DONOTWAIT ToolType.
  53.  
  54. That should be it.
  55.  
  56. Questions, comments, bug reports, et.c. to:
  57.  
  58.     f92anha@fy.chalmers.se
  59.  
  60. Spare harddrives, memory, those Ethernet cards you aren't using, anything
  61. else you feel like donating (and any paper mail) to:
  62.  
  63.     Anders Hammarquist
  64.     Schottisvägen 17
  65.     S-424 38  Angered
  66.     Sweden
  67.  
  68.